﻿@charset "utf-8";
* {
	margin:0; 
	padding:0;
}
* html body {
	overflow:visible;
}
* html iframe, * html frame {
	overflow:auto;
}
* html frameset {
	overflow:hidden;
}
body {
	color:#000; 
	font-family:微软雅黑; 
	font-size: 13px; 
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {
	margin:0 auto; 
	padding:0;
}
input, select {
	font-size:12px; 
	vertical-align:middle;
}
/ body div {
	text-align:left;
}
textarea, input {
	word-wrap:break-word; 
	word-break:break-all; 
	padding:0px;
}
li {
	list-style-type:none;
}
img {
	border:0 none;
	vertical-align:middle;
	max-width: 100%;
	
}
a {
	color:#000; 
	text-decoration:none;
}
a:hover {
	color:#628828;
}
a {
	outline:none; 
	star:expression_r(this.onFocus=this.blur());
}
h1 { 
	font-size:24px; 
}
h2 { 
	font-size:20px; 
}
h3 { 
	font-size:18px; 
}
h4 { 
	font-size:16px; 
}
h5 { 
	font-size:14px; 
}
h6 { 
	font-size:12px; 
}

/*全局*/
.WebsiteWidth{
	width: 1003px;
               max-width: 1003px;
	margin: 0 auto;
	overflow: hidden;
}
.WebsiteNWidth{
	width: 1040px;
               max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tc{
	text-align: center;
}
.ov{
	overflow: hidden;
}
.clear{
	clear: both;
}
.MadTop{
	margin-top: 30px;
}
.BorBottom{
	border-bottom: 1px dotted #a8aaac;
}


/*头部*/
.WebsiteTop{
	padding: 26px 0 20px 0;
	height: 61px;
}
.WebsiteTop form{
	margin-top: 17px;
}
.WebsiteTop .input0{
	width: 189px;
	height: 23px;
	border: 1px solid #a4a4a4;
	border-right: 0;
	padding: 0 10px;
}
.WebsiteB{
	padding-bottom: 10px;
	background: url(../images/ico2.png) left bottom repeat-x;
	position: relative;
z-index: 10000000;
}
.WebsiteNav{
	height: 57px;
	background-color: #f0f0f0
}
#nav { 
  display:block;
}
#nav .jquery_out {
  float:left;
  line-height:32px;
  display:block; 
  border-right:1px solid #fff; 
  text-align:center; 
  color:#fff;
  background:#062723 url(../images/slide-panel_03.png) 0 0 repeat-x;
}
#nav .jquery_out .smile {
  padding-left:1em;
}
#nav .jquery_inner {
  margin-left:16px;
}
#nav .jquery {
  margin-right:1px;
  padding:0 2em;
}
#nav .mainlevel {
  float:left;
  width:130px;/*IE6 only*/
}
#nav .mainlevel a {
  color:#6B6B6B; 
  text-decoration:none;
  height: 57px; 
  line-height:57px; 
  display:block; 
  width:101px;
  text-align: center;
  font-size: 16px;
}
#nav .mainlevel a:hover {
  color:#d80043; 
  text-decoration:none;
  border-bottom: 1px solid #d80043;
}
#nav .mainlevel ul {
  display:none; 
  position:absolute;
  z-index: 10000;
}
#nav .mainlevel li {
  border-top:1px solid #fff; 
  background:#009b9a; 
  width:101px;/*IE6 only*/
}
#nav .mainlevel ul li a{
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
}

/*底部*/
.WebsiteFoot{
	height: 230px;
	color: #fff;
	background-color: #505050;
}
.WebsiteFoot a{
	color: #fff;
}
.Foottop{
	height: 65px;
	padding-top: 20px;
	border-bottom: 1px solid #727373
}
.Foottop .ul-2{
	display: block;
	padding-right: 20px;
}
.Foottop .ul-2 li{
	float: left;
	font-size: 15px;
	padding-right: 40px;
}
.Footbottom{
	padding-top: 30px;
	line-height: 27px;
	font-size: 14px;
}